/* 轮播图 */
.mySwiper .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.cnzhengrong_versionBox {
    width: 1200px;
    margin: 0 auto;
}

/* 轮播图图片 */
.mySwiper .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.cnzhengrong_versionBox {
    width: 1200px;
    margin: 0 auto;
}

/* --------------------------------------------------------- */
/* 公共的一行显示的样式 */
.cnzhengrong_ellipsisCopy {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cnzhengrong_ellipsisCopy:hover {
    /* color: #8EB0E6; */
}

/* css一行显示 */
.cnzhengrong_oneshow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* css两行显示 */
.cnzhengrong_twoellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --------------------------------------------------------- */
/* 公共的标题 */
.cnzhengrong_margin30 {
    margin-top: 30px;
}

.cnzhengrong_publicTitleBox {
    width: 100%;
    text-align: center;
}

.cnzhengrong_publicTitle {
    font-size: 28px;
    font-weight: 700;
    color: #09503C;
}

.cnzhengrong_publicOnline {}

.cnzhengrong_publicTitleEnglish {
    font-size: 20px;
    color: #FF9800;
}


/* 2.眼科焦点模块 */
.cnzhengrong_zxph_rankingBox {
    background: #fff;
    padding: 20px;
}

.cnzhengrong_zxph_rankingBox>ul>li>a {
    width: 100%;
    display: flex;
    background-color: #E6E6E6;
    align-items: center;
    font-size: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #FF9800;
    cursor: pointer;
}

.cnzhengrong_numberImg {
    /* width: 48px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(/statics/cnzhengrong/image/info.png) no-repeat;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: 100%;
    background-position: center; */
    width: 120px;
    text-align: center;
    color: #09503C;
}

.day {
    font-size: 30px;
    font-weight: 700;

}

.date {
    font-size: 14px;
}

.cnzhengrong_text {
    color: #09503C;
    font-weight: 700;
}

.cnzhengrong_zxph_rankingBox .cnzhengrong_time {
    font-size: 16px;
    color: #fff;
    width: 200px;

}

/*  3.眼科医院*/
.cnzhengrong_hospitalListBox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-content: space-around;

}

.cnzhengrong_hospitalItem {
    width: 250px;
    height: 290px;
    background: #C4C4C4;
    border-radius: 20px;
    box-sizing: border-box;
}

.cnzhengrong_hospitalItem:hover {
    background: #02946C;
    cursor: pointer;
}

.cnzhengrong_hospitalImg {
    /* width: 280px; */
    width: 100%;
    /* height: 160px; */
}

.yy_title {
    text-align: center;
    color: #fff;
}

.cnzhengrong_hospitalImg>img {
    width: 100%;
    /* height: 100%; */
    height: 160px;
    object-fit: cover;
    -webkit-filter: blur(10px);
}

.cnzhengrong_hospitalTitle {
    font-size: 18px;
}

.cnzhengrong_hospitalTitle:hover {
    color: #8EB0E6;
}

.cnzhengrong_hospitalBottom {
    width: 100%;
    padding: 5px 10px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    background-color: #C4C4C4;
    box-sizing: border-box;
    margin: 20px 0;
    font-size: 15px;
}

/*  */
.cnzhengrong_hospitalItem:hover .cnzhengrong_hospitalBottom {
    background-color: #02946C;
}

.cnzhengrong_hospitalItem:hover .yy_title {
    color: #FF9800;
}

.cnzhengrong_hospitalBottom .cnzhengrong_time {
    color: #fff;
    text-align: center;
}

.cnzhengrong_hospitalBottomLeft {
    /* width: calc(230px - 40px) */
}

.cnzhengrong_hospitalBottomRight {}

/* .moreImgBtn>img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
} */

.cnzhengrong_string {
    /* font-weight: 700; */
}

.cnzhengrong_ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 4.眼科医生 */
.cnzhengrong_doctorList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-content: space-around;
    justify-items: center;
}

.cnzhengrong_doctorItem {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background: #C4C4C4;
}

.cnzhengrong_doctorItem:hover {
    background: #02946C;
    cursor: pointer;
}

.cnzhengrong_doctorItem:hover .cnzhengrong_DoctorName {
    color: #FF9800;
    cursor: pointer;
}

.cnzhengrong_doctorImg {
    width: 100%;
    height: 240px;
}

.cnzhengrong_doctorImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(20px);

}

.cnzhengrong_doctorListBottom {
    background-color: #ccc;
    color: #000;
    font-size: 15px;
    padding-left: 5px;
    padding-bottom: 15px;
}

.cnzhengrong_doctorListBottom:hover {
    background-color: #02946C;
}

.cnzhengrong_doctorListBottom .cnzhengrong_DoctorName {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}

.cnzhengrong_doctorListBottom .cnzhengrong_doc_hospital {}

.cnzhengrong_doctorListBottom .cnzhengrong_doc_doc_project {}

.cnzhengrong_doctorListBottom .cnzhengrong_time {}

.cnzhengrong_doctorListBottom .cnzhengrong_doc_more {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 3px;
    float: right;
    margin-right: 10px;
    padding: 0 5px;
}

.cnzhengrong_doctorListBottom .cnzhengrong_moreBtn {}

.cnzhengrong_doctorListBottom .cnzhengrong_moreIcon {
    font-size: 16px;
    color: #BEE3F5;
}

/* 5. 眼科项目*/
.cnzhengrong_projectList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    /* justify-content: space-around; */
    justify-content: space-evenly;
}

.cnzhengrong_projectList .cnzhengrong_doctorItem {
    width: 100%;
}

.cnzhengrong_projectList .cnzhengrong_doctorImg {
    width: 100%;
    height: 160px;
}

.cnzhengrong_projectList .cnzhengrong_time {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* 6.眼科资讯 */
.cnzhengrong_informationBox {
    width: 100%;
    background-color: #EDF9FF;
    padding: 20px
}

.cnzhengrong_informationItem {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;

}

.cnzhengrong_informationTitle {
    font-size: 20px;
}

.cnzhengrong_informationTitle:hover {
    color: #27a1dd
}

.cnzhengrong_informationTime {
    font-size: 16px;
    color: #ccc;
}

.lightGray {
    /* color: #ccc; */
    color: #fff;
}

.cnzhengrong_hospitalBottom:hover .cnzhengrong_hospitalTitle {
    font-weight: 700;
    color: #2196F3;

}

.cnzhengrong_hospitalBottom:hover .lightGray {
    font-weight: 700;
    color: #fff;
    cursor: pointer;

}

.cnzhengrong_introduce {
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px;

}

.cnzhengrong_ysDate {
    text-align: center;
    font-size: 12px;
}

/* 项目盒子 */
.list_projectBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.list_projectItem {
    background: #fff;
    border: 1px solid #EBEBEB;
    margin-top: 10px;
}

.list_projectItem:hover {
    background: #EBEBEB;
    cursor: pointer;
}

.projectTitle {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 5px;
    box-sizing: border-box;
}

.list_projectItem:hover .projectTitle {
    color: #FF9800;
}

.projectImg {
    width: 100%;
    height: 200px;
}

.projectImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.projectBottom {
    display: flex;
    padding: 10px;
    justify-content: space-around;
    line-height: 25px;
    font-size: 16px;
}

.projectBottomLeft {
    border-right: 1px solid #ccc;
    padding-right: 40px;
    box-sizing: border-box;
}

.projectBottomLeft>.youhuijia {
    color: #F79480;
}

.projectBottomLeft>.yuanjia {}

.projectBottomRight {}

.projectBottomRight>.yigou {
    color: #216e09;
}

.projectBottomRight>.qiangBtn>button {
    padding: 5px 10px;
    color: #fff;
    background: #FB9B28;
    border: none;
    border-radius: 5px;

}

.projectDate {
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
}

/* 日记的列表页 */
.aiaryListBox {}

.aiaryListItem {
    display: flex;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #EBEBEB;
    margin-top: 20px;
}

.aiaryListItem:hover {
    background-color: #EBEBEB;
}

.aiaryListItem .aiaryListItemLeft {
    width: 300px;
    height: 200px;
}

.aiaryListItem .aiaryListItemLeft>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aiaryListItemRight {
    width: calc(100% - 410px);
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;


}

.aiaryTitle {
    font-size: 18px;
}

.aiaryDescribe {
    font-size: 16px;
    color: #ccc;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.aiaryInfo {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
}

.aiaryInfo img {
    vertical-align: middle;
}

.aiaryInfo span {
    vertical-align: middle;
}

.aiaryInfoLeft {
    font-size: 16px;
    color: #216e09;
}

.aiaryInfoCenter {
    font-size: 16px;
    color: #FB9B28;
}

.aiaryInfoDate {
    font-size: 16px;
    color: #ccc;
}

/* 7.资讯问答 */
.interlocutionBox {
    margin-bottom: 30px;
}

.interlocutionList {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.interlocutionItem {
    width: 48%;
}

.interlocutionTitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
}

.interlocutionTitle>div {
    font-weight: 700;
    color: #216e09;
    font-size: 18px;

}

.interlocutionTitle>a {
    color: #216e09;
    font-size: 14px;

}

.interlocutionInfo {
    display: flex;
    margin-top: 10px;
    width: 100%;
}

.interlocutionInfoLeft {
    width: 200px;
    height: 120px;
}

.interlocutionInfoLeft>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interlocutionInfoRight {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 210px);
}

.interlocutionInfoTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.interlocutionInfoRight>.date {
    text-align: right;
}

.aiaryList {
    width: 1200px;
    margin: 0 auto;
}

.aiaryListItemCopy {
    box-sizing: border-box;
}

/* 排行榜 */
.navBox {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.paihang {
    font-weight: 700;
    font-size: 18px;
}

.tabBox>span {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.lvshe {
    background-color: #216e09;
}

.yellow {
    background-color: #FB9B28;
    color: black !important;
}